home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / graphics / show43a.zip / SOUND1.SHW < prev    next >
Text File  |  1994-06-01  |  470b  |  12 lines

  1. ;*********************************************************************;
  2. ; Sciptname..:  SOUND1.SHW                                            ;
  3. ; Purpose....:  Sub program to PROMOTE1.SHW (tight loop for sound).   ;
  4. ;*********************************************************************;
  5. MARK 1          ; Set a mark to jump to
  6. IF soundtype NE 0 DO
  7.    MUSIC SOUND G 4 70
  8.    MUSIC SOUND D 4 70
  9. END
  10. VARIABLE INCREASE soundloop 1
  11. IF soundloop LE 8 DO JUMPMARK 1
  12.